Flowchart Node ========= Synopsis --------- Node used to nest a flowchart as a sub-flowchart in the flowchart the node is placed into. Description --------- Has a single input, 'Flowchart Name', which is the name of the other flowchart that is run when this node is executed. Upon placement of this node, you are prompted to select which flowchart the node should execute: .. image:: images/flowchart_node_setup.png :scale: 50% In this example below using of a Flowchart Node, we see that upon a certain condition specific in the Switch Node, an entire flowchart would be run by just placing the single Flowchart Node. .. image:: images/flowchart_node.png :scale: 80% Input --------- Flowchart Name: Name of the other flowchart that runs when this node is executed. Output --------- Flowchart Name: Name of the other flowchart that runs when this node is executed.